翻訳と辞書
Words near each other
・ PK.COM.CN
・ PK/PD models
・ PK2 (file extension)
・ PK3 (file extension)
・ PK4 Media
・ PKA
・ PKA (irradiation)
・ Pkah Thgall Meas
・ Pkai Dos Kuntuy
・ PKB
・ PKC
・ PKC (conference)
・ PKC alpha
・ PKC Group
・ PKCS
PKCS 1
・ PKCS 11
・ PKCS 12
・ PKCS 8
・ PKD
・ PKD domain
・ PKD1
・ PKD2
・ PKD2L1
・ PKE
・ PKF
・ PKF International
・ Pkfix
・ PKG
・ Pkg-config


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

PKCS 1 : ウィキペディア英語版
PKCS 1

In cryptography, PKCS #1 is the first of a family of standards called Public-Key Cryptography Standards (PKCS), published by RSA Laboratories. It provides the basic definitions of and recommendations for implementing the RSA algorithm for public-key cryptography. It defines the mathematical properties of public and private keys, primitive operations for encryption and signatures, secure cryptographic schemes, and related ASN.1 syntax representations.
The current version is 2.2 (2012-10-27). Compared to 2.1 (2002-06-14), which was republished as RFC 3447, version 2.2 updates the list of allowed hashing algorithms to align them with FIPS 180-4, therefore adding SHA-224, SHA-512/224 and SHA-512/256.
==Keys==

The PKCS #1 standard defines the mathematical definitions and properties that RSA public and private keys must have. The traditional key pair is based on a modulus, n, that is the product of two distinct large prime numbers, p and q, such that n = pq.
Starting with version 2.1, this definition was generalized to allow for multi-prime keys, where the number of distinct primes may be two or more. When dealing with multi-prime keys, the prime factors are all generally labeled as r_i for some i, such that:
: n = r_1 \cdot r_2 \cdot ... \cdot r_u, for u \ge 2
As a notational convenience, p = r_1 and q = r_2.
The RSA public key is represented as the tuple (n, e), where the integer e is the public exponent.
The RSA private key may have two representations. The first compact form is the tuple (n, d), where d is the private exponent. The second form has at least five terms, or more for multi-prime keys. Although mathematically redundant to the compact form, the additional terms allow for certain computational optimizations when using the key.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「PKCS 1」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.